CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - C post

搜索资源列表

  1. cgi-in-c-comhdr

    0下载:
  2. cgi in c get ,post ,parse data-cgi in c get, post, parse data
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:5118
    • 提供者:waasinn
  1. c++_http

    0下载:
  2. 一个c++的http发送类 SendHTTP.c by Jeff Heaton(heatonj@jeffheaton.com), 2000 Source code to GET/POST using the HTTP 1.0 protocol
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:21468
    • 提供者:k23456
  1. httpPost

    0下载:
  2. 通过发送post请求的方式得到网站返回的数据,简单的几个.c文件来实现。 调用方便。 也可以将其中的文件单独编译成一个库或者dll。 有vs工程。
  3. 所属分类:Internet/网络编程

    • 发布日期:2011-07-29
    • 文件大小:34554
    • 提供者:stonexin
  1. TDDOWNLOAD_http_POST.rar

    0下载:
  2. 国外网站上下的,实现跨平台的HTTP POST方法的C++源码,简单明了,适合初学者学习HTTP协议的细节,Abroad website from top to bottom, cross-platform implementation of the HTTP POST method of C++ source code, simple and clear, suitable for beginners to learn the details of HTTP protocol
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-23
    • 文件大小:4945
    • 提供者:jayshaw
  1. wordtube.zip

    0下载:
  2. wordTube是一款可以让您在您的 WordPress 博客上实现插入视频和音频等文件功能的插件。以此将您的博客变成播客。 在后台中,您可以设置媒体文件的相关信息,而且它也拥有一套比较完整的文件管理系统。您可以通过后台程序直接上传媒体文件,或者直接对其他服务器中的文件进行链接。以 1.53 版为蓝本进行中文化。在使用的过程中注意一下几点: 首先,媒体文件尽量不要使用中文名,在后台上传中文名文件时会报错。 其次,文件名中尽量不要有特殊符号或空格,以避免上传后的文件名与原始文件名不一致。导致
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-26
    • 文件大小:349034
    • 提供者:cooldog
  1. chttp.rar

    2下载:
  2. Linux环境下,使用C语言实现HTTP POST请求,经过实际运用的。,Linux C HTTP
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-07-26
    • 文件大小:1226
    • 提供者:毛鑫
  1. http_post_in_c

    1下载:
  2. 使用纯C编写的http post请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http post request, can be used for testing HTTP server. Is a very applicable gadgets.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:9078
    • 提供者:魏汝垚
  1. httpclient.tar

    4下载:
  2. linux下用C实现模拟http客户端,支持get、post及上传文件等-under linux using C analog http client, support for get, post and upload documents, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-08-09
    • 文件大小:120171
    • 提供者:xiaohehe
  1. HttpSend

    0下载:
  2. C# Windows Mobile 5.0 HTTP POST方式无线通讯 -C# Windows Mobile 5.0 HTTP POST mode wireless communication
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-25
    • 文件大小:1386
    • 提供者:yyhh
  1. testHttpPost

    0下载:
  2. C++ 以POST方式向网页提交数据,向http://current.sinaapp.com/post.php发送数据,实现向PHP页面发送数据,代码有明晰易懂,一看就明白-C++ POST to submit data to a web page, send data to http://current.sinaapp.com/post.php
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:7410
    • 提供者:时杰
  1. http

    1下载:
  2. 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2015-07-04
    • 文件大小:1127
    • 提供者:danny
  1. http_Post_Get

    0下载:
  2. 通过CHttpSession发送Get、Post报文。并可自定义HTTP包头-CHttpSession send through the Get, Post Message. And custom HTTP header
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:25004
    • 提供者:
  1. http_post

    0下载:
  2. * This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can be compiled on Linux, UNIX, Win -* This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:2077
    • 提供者:stevenjagan
  1. 完成URL编码的C++类

    1下载:
  2. 本文的目的是设计一个完成URL编码的C++类。在我曾经的项目中,我需要从VC++ 6.0应用程序中POST数据,而这些数据需要进行URL编码。我在MSDN中查找能根据提供的字符串生成URL编码的相关类或API,但我没有找到,因此我必须设计一个自己的URLEncode C++类。-The purpose of this paper is to design a complete URL-encoded C++ classes. I have a project, I need VC++ 6.0 a
  3. 所属分类:网络编程

    • 发布日期:2015-03-12
    • 文件大小:32119
    • 提供者:mxb
  1. felt-3.06-devel.src.tar

    1下载:
  2. C 开发的有限元软件,界面还可以,不错,可以试试。 FElt is a free system for introductory level finite element analysis. It is primarily intended as a teaching tool for introductory type courses in finite elements - probably in the mechanical/structural/civil fields. I
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:1005386
    • 提供者:wangsong
  1. DataStructure[C++]

    0下载:
  2. 清华大学C++版本的数据结构习题集,带有参考答案与解题思路说明,是学习数据结构或参加研究生考试人员不象的资料-Tsinghua University, C++ Version of the data structure of exercises set, with reference to the answer with the problem-solving ideas that is a data structure or to participate in learning post-gr
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:610775
    • 提供者:李秀玲
  1. post

    0下载:
  2. C++ 用HTTP的GET方式向网站发送数据-C++ with the HTTP GET method to send data to the site
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:7234
    • 提供者:sunkai
  1. POST

    0下载:
  2. POST程序,用于从固定IP获取信息的程序,附带源码(Memories, beautiful very hurt, memories, memories of the past but can not go back.)
  3. 所属分类:Windows编程

  1. cpr.tar

    1下载:
  2. 用于c++发送post请求的封装库,底层调用libcurl,使用格式类似python rest,更加便捷(wrapper for C++ post request/libcurl)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:2340864
    • 提供者:upennbull
  1. C++ Post请求发送文件遇到的问题

    0下载:
  2. 老板要求用C++上传文件给服务器,调试的时候服务器收到了由C++编写的客户端的请求,但是没有收到内容。调试了一个星期,终于找到了问题的原因。
  3. 所属分类:软件工程

« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com